.gallery_header{
	width: 100%;
	margin: auto;
	padding: 15px 0;
	background-color: #165382;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	font-size: 15px;
}

.gallery_flex {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #165382;
}
.gallery_flex > div {
  /*background-color: #f1f1f1;*/
  width: 155px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 10px;
  font-size: 30px;
}
.gallery_flex > div:hover {
	background-color: #b1b1b1;
}
.style18 {color: #7BE5F5}